home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TLAYOUTEDITFORM / TLAYOUTEDITFORM.txt
Encoding:
Text File  |  2005-08-08  |  1.9 KB  |  84 lines

  1. object LayoutEditForm: TLayoutEditForm
  2.   Left = 233
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'LayoutEditForm'
  6.   ClientHeight = 88
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LayoutControl: TdxLayoutControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 282
  21.     Height = 88
  22.     Align = alClient
  23.     TabOrder = 0
  24.     AutoContentSizes = [acsWidth]
  25.     object edMain: TEdit
  26.       Left = 12
  27.       Top = 30
  28.       Width = 121
  29.       Height = 17
  30.       BorderStyle = bsNone
  31.       TabOrder = 0
  32.       Text = 'edMain'
  33.     end
  34.     object btnOK: TButton
  35.       Left = 116
  36.       Top = 55
  37.       Width = 75
  38.       Height = 23
  39.       Caption = 'btnOK'
  40.       Default = True
  41.       ModalResult = 1
  42.       TabOrder = 1
  43.     end
  44.     object btnCancel: TButton
  45.       Left = 197
  46.       Top = 55
  47.       Width = 75
  48.       Height = 23
  49.       Cancel = True
  50.       Caption = 'btnCancel'
  51.       ModalResult = 2
  52.       TabOrder = 2
  53.     end
  54.     object TdxLayoutGroup
  55.       ShowCaption = False
  56.       Hidden = True
  57.       ShowBorder = False
  58.       object LayoutControlItemEdit: TdxLayoutItem
  59.         Caption = 'Edit1'
  60.         CaptionOptions.Layout = clTop
  61.         Control = edMain
  62.       end
  63.       object dxLayoutControl1Group1: TdxLayoutGroup
  64.         AutoAligns = [aaVertical]
  65.         AlignHorz = ahRight
  66.         LayoutDirection = ldHorizontal
  67.         ShowBorder = False
  68.         object dxLayoutControl1Item2: TdxLayoutItem
  69.           Caption = 'Button1'
  70.           ShowCaption = False
  71.           Control = btnOK
  72.           ControlOptions.ShowBorder = False
  73.         end
  74.         object dxLayoutControl1Item3: TdxLayoutItem
  75.           Caption = 'Button2'
  76.           ShowCaption = False
  77.           Control = btnCancel
  78.           ControlOptions.ShowBorder = False
  79.         end
  80.       end
  81.     end
  82.   end
  83. end
  84.